
header {
  padding: 156px 0px 0px;
  background-color: #FDF4CA!important;
}

body{

    background-color: #FDF4CA;
}

section {
/*  padding: 150px 0;*/
background-color: #FDF4CA;
text-align: center;
color: #7d4747!important;

}

h1, h2, h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
   color: #5b3400;
}

h1{
    font-weight: 900;
    font-size: 1.5em;
}

h2{
  font-size: 8em;
  font-weight: 900;
  
}

h3{
 text-transform: uppercase;
font-weight: 600;
 text-align: left;
 font-size: 3em;
}


img{
	max-width: 100%;
    max-height: 100%;
}

a.link{
  color: #7d4747;
  text-decoration: underline;
}

a.link:hover{
  color: white;
    text-decoration: underline;
    background-color: #7d4747;
}

a.link:active{
  color: #7d4747;
}



.bg-primary {
background-color: #FDF4CA!important;
}
.text-white {
    color: #7d4747!important;
text-align: center;
}

.lead {
    font-size: 1.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}

.bg-light {
background-color: rgba(254, 244, 203, 0.65) !important;
    }

.block-go{
    padding: 4px;
}
.navbar {
    font-weight: 600;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0 rgba(0,0,0,0.0);
    z-index: 1;
}
.bg-dark {
    background-color: rgba(0,0,0,0.0) !important;

}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #7d4747;
    }
    .wow {
  visibility: hidden;
}

.btn.btn-lg {
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 60px;
    background-color: #7d4747 !important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    }
.footer{
 
    bottom: 0;
    width: 100%;
    height: 33px;
    background-color:#f1e7c159;
}


.footer-left{
    float: left;
   text-align: left;
   color:  #7d4747;
   font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
        padding-left: 3%
}

.footer-right{
    float: right;
   text-align: right;
   color:  #7d4747;
   font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
        padding-right: 3%
}

/* Modify the backgorund color */ 
.navbar-custom { 
    background-color: lightgreen; 
} 

.navbar.navbar-light .navbar-toggler-icon {
background-image: url(../img/ic-menu.png)!important;
width: 50px;
height:40px;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #5b3400;
  }

    .celebrating{
       position: fixed; top: 0px; left: 0px;
       z-index: 1;

     } 
   .alert{

    margin-left: 120px;
    margin-top: -101px;
    margin-bottom: 6px;
    cursor: pointer;

     }
.alert:hover{

transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
     .source{
    color: #adadad;
    font-size: 0.8rem
     }

     .modal{
      font-family:  'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
   color:  #7d4747;
     }

.modal-title{
      font-family:  'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
   color:  #7d4747;
     }

     .portada{
      margin: 0;
      position: relative;
     }

.headphones {
    padding: 1rem 2.4rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: absolute;
    /* margin: 0 auto; */
    z-index: 1;
    /* text-align: left; */
    /* float: left; */
    top: 60%;
    /* left: 35%; */
    width: 100%;
}
     .celebrating55{ 
 
   text-align: right;
    /* float: left; */
    width: 50%;
    position: absolute;
    top: 35%;
    left: -8%;
}


     .yearsoftactile{
text-align: right;
    /* float: right; */
    width: 50%;
    position: absolute;
    top: 38%;
    left: 42%;

     }
  
     .img-portada{
      z-index: 9;

     }

.image-icons{

}
.image-icons:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: .4s -webkit-transform;
    transition: .4s transform;
    transition: .4s transform,.4s -webkit-transform;
}

.tabla{
  background-color: #fefad3;
  padding: 1rem;
}

.tabla td{
  padding: 5px 5px 0px 10px ;
}

.colspan{
  background-color: antiquewhite;
text-align: center;
font-weight: 600;
}

.locution{
  height: 10px;
  visibility: hidden;
}
.ayuda{
  text-align: center;
}
.dropdown-menu {
  min-width: 7rem;
  }
  .disabled{
    opacity: 40%;
  }

  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** ESTILOS DE LA LIBRERÍA NUEVA PARA LA ENTRADA ANIMADA DE ELEMENTOS **/
.wow {
  transition: opacity 1000ms ease-in, transform 500ms ease-in;
  opacity: 0.000000001;
  visibility: visible;
}
.wow.fadeInUp {
  transform: translate3d(0, 15vh, 0);
}
.wow.visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}



@media (max-width: 375px) {


.celebrating55 {
    text-align: right;
    /* float: left; */
    width: 50%;
    position: absolute;
    top: 25%;
    left: -5%;
    font-size: 0.7rem;
  }
  .yearsoftactile {
    text-align: right;
    float: right;
    width: 40%;
    position: absolute;
    top: 32%;
    left: 44%;
    font-size: 0.4rem;
  }
.headphones {
 display: none;
}



}

@media (max-width: 510px) {


.celebrating55 {
    text-align: right;
    /* float: left; */
    width: 50%;
    position: absolute;
    top: 25%;
    left: -4%;
    font-size: 0.8rem;
}
.headphones {
 display: none;
}

.yearsoftactile {
    text-align: right;
    float: right;
    width: 40%;
    position: absolute;
    top: 32%;
    left: 46%;
    font-size: 0.5rem;
}

}

